home *** CD-ROM | disk | FTP | other *** search
/ American History Explorer / American History Explorer (Parsons Technology).iso / ahe6.lst < prev    next >
File List  |  1995-04-24  |  1KB  |  34 lines

  1. // This is the install script for AHA mode 6
  2. //
  3. //
  4. //////////////////////////////////////////////////////
  5. //
  6. // InstallMode = 1      First time read only.  2MB
  7. //             = 2      First time read/write. 9MB
  8. //             = 3      Reinstall read only.   0MB
  9. //             = 4      Reinstall read/write no pre-existing files. 7MB
  10. //             = 5      Reinstall read/write but pre-existing files. 0MB
  11. //             = 6      First time read/write but pre-existing files. ??
  12. //
  13. //  If there is no INI file, it is assumed no previous installation.
  14. //  If, however, there happens to be data files in a DATA sub directory 
  15. //  but no INI file, a dialoge is put up warning the user before 
  16. //  the data files are overwritten.  The INI file indicates
  17. //  previous installation.  If the INI file is found and the BLOCK.DAT 
  18. //  file is found in the DATA directory, then the data files are NOT 
  19. //  overwritten to protect user's changes, otherwise
  20. //  all files are copied over.
  21. /////////////////////////////////////////////////////
  22. //
  23. // Usage:
  24. //
  25. // CompressFlag SetupDisk %Done SourceFile TargetDir TargetFile
  26. //
  27. 0 01 20 EXPLORER.EX$ \ EXPLORER.EXE
  28. 0 01 30 EXPLORER.INI \ EXPLORER.INI
  29. 0 01 40 PTAHADB.DLL \ PTAHADB.DLL
  30. 0 01 50 PTHAEDIT.DLL \ PTHAEDIT.DLL
  31. 0 01 60 EXPLORER.HLP \ EXPLORER.HLP
  32. 0 01 75 FLAG.ICO \ FLAG.ICO
  33. 0 01 99 README.TXT \ README.TXT
  34.